home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Workbench Design
/
WB Collection.iso
/
workbench werkzeuge
/
commoditys
/
multicxprefs
/
install_multicxprefs
next >
Wrap
Text File
|
1996-04-07
|
609b
|
38 lines
; Installation script for MultiCX Prefs
(transcript "Installing MultiCX Prefs...")
(copylib
(prompt "Install gtlayout library.")
(help @copylib-help)
(source "libs/gtlayout.library")
(dest "libs:")
(confirm)
)
(copylib
(prompt "Install WBStart-Handler.")
(help @copylib-help)
(source "l/WBStart-Handler")
(dest "l:")
(confirm)
)
(set name
(askdir
(prompt "Install MultiCX Prefs where?")
(help @askdir-help)
(default "SYS:Prefs")
)
)
(copyfiles
(source "MultiCXPrefs")
(infos)
(dest name)
)
(set @default-dest name)
(exit)